Rocky_Mountain_Vending/.pnpm-store/v10/files/a6/b5a35ff744b714318715eee5610017102a0d15af0d266fb947e1a9f33cb0651314aaaca72f1380a5c34635729b0ace7502089c2b67da9e53d3fa2297be5663
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
489 B
Text

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