Rocky_Mountain_Vending/.pnpm-store/v10/files/34/ec687f3a40b22fa807e1a69ff0c67a02837dd824c116af6847c33423840b52029261544160c69efc9fb028a4f1ceca478b74721378233ea1ee91f1ede3f289
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
488 B
Text

import type { 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>;