Rocky_Mountain_Vending/.pnpm-store/v10/files/48/8ec0a3e7a9ec359ef16df653289aceff95f6dae7315e7c935e0676575cfe7f5581fc3923b3ea0d4a107b29977765682b398d59fbf0faee05f4bd619df2dce2
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

9 lines
329 B
Text

import { UserAgent } from "@smithy/types";
import { DefaultUserAgentOptions } from "./configurations";
import { PreviouslyResolved } from "./index";
export declare const createUserAgentStringParsingProvider: ({
serviceId,
clientVersion,
}: DefaultUserAgentOptions) => (
config?: PreviouslyResolved
) => Promise<UserAgent>;