Rocky_Mountain_Vending/.pnpm-store/v10/files/f0/a0222e7fa34d648192e546afb6e63e3fb5674ae60de10ebc9e471661c203581cdaeb3ffdf8055d9a567758e7fedeb37beb786330446ff193b9a3ed693370d6
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
323 B
Text

import type { EndpointV2 } from "@smithy/types";
import type { EndpointResolverOptions, RuleSetObject } from "./types";
/**
* Resolves an endpoint URL by processing the endpoints ruleset and options.
*/
export declare const resolveEndpoint: (ruleSetObject: RuleSetObject, options: EndpointResolverOptions) => EndpointV2;