Rocky_Mountain_Vending/.pnpm-store/v10/files/ab/8cd610e3bf1fa659378155b585c0489fbc9fdbadfb570607e893b8ea96ac6e6f7e53e1cec1a27625fc243b28452c5cb2f4f7c572ab1b36cffe5a8087e4322e
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

6 lines
470 B
Text

import { RequestSerializer, SerdeContext, SerdeFunctions, SerializeMiddleware } from "@smithy/types";
/**
* @internal
* @deprecated will be replaced by schemaSerdePlugin from core/schema.
*/
export declare const serializerMiddleware: <Input extends object = any, Output extends object = any, CommandSerdeContext extends SerdeContext = any>(options: SerdeFunctions, serializer: RequestSerializer<any, CommandSerdeContext>) => SerializeMiddleware<Input, Output>;