Rocky_Mountain_Vending/.pnpm-store/v10/files/1f/d91dbab2046d97405b8c46a370df058ad8a6a13b1805f16521d537bf23c845347218a826d66a9a8e74a9b036b559f9a2fc1963c040e6847978e804ae1095fe
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

13 lines
396 B
Text

import {
FinalizeRequestHandlerOptions,
FinalizeRequestMiddleware,
Pluggable,
} from "@smithy/types";
export declare function checkContentLengthHeader(): FinalizeRequestMiddleware<
any,
any
>;
export declare const checkContentLengthHeaderMiddlewareOptions: FinalizeRequestHandlerOptions;
export declare const getCheckContentLengthHeaderPlugin: (
unused: any
) => Pluggable<any, any>;