Rocky_Mountain_Vending/.pnpm-store/v10/files/77/688f8eb59e6e701c41af2fc8a89fd0450f488f0b07bcd1d83f7813de7a21dcf3641d596c2d58155430535fdba23e59854eefc2f983bf2d9d6852b56d9f42f3
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

5 lines
229 B
Text

import type { HeaderBag, HttpRequest } from "@smithy/types";
/**
* @internal
*/
export declare const getCanonicalHeaders: ({ headers }: HttpRequest, unsignableHeaders?: Set<string>, signableHeaders?: Set<string>) => HeaderBag;