Rocky_Mountain_Vending/.pnpm-store/v10/files/83/c1588cb37256406a6d34bb6dc3d576750da4543cb99e78c31d78012f7dea7baad8e40a79e8b04606af1a931677e889229d9153cfff96b9763520e05bc25b2a
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
288 B
Text

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