Rocky_Mountain_Vending/.pnpm-store/v10/files/be/6751a919d81a8b5faccaf1619fb4c1687689b95016a3eb4f35963e1d9301bb6cb42e16b25e302f1ff479171ef0d43be29892b1034af2549a8723a7c2819b9c
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

8 lines
285 B
Text

import type { ConfigurableSerdeContext, SerdeFunctions } from "@smithy/types";
/**
* @internal
*/
export declare abstract class SerdeContext implements ConfigurableSerdeContext {
protected serdeContext?: SerdeFunctions;
setSerdeContext(serdeContext: SerdeFunctions): void;
}