Rocky_Mountain_Vending/.pnpm-store/v10/files/c5/b563dc4630ca5609f1059eabcb66884838c24b671adf6d84cbceeb891c100d0a75d8174329dacdf96c90df366fe5bf1d796b74f19c6d188a0f357ecf7a977e
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

17 lines
646 B
Text

import { BuildMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
import { BucketEndpointResolvedConfig } from "./configurations";
/**
* @deprecated unused as of EndpointsV2.
* @internal
*/
export declare const bucketEndpointMiddleware: (options: BucketEndpointResolvedConfig) => BuildMiddleware<any, any>;
/**
* @deprecated unused as of EndpointsV2.
* @internal
*/
export declare const bucketEndpointMiddlewareOptions: RelativeMiddlewareOptions;
/**
* @deprecated unused as of EndpointsV2.
* @internal
*/
export declare const getBucketEndpointPlugin: (options: BucketEndpointResolvedConfig) => Pluggable<any, any>;