Rocky_Mountain_Vending/.pnpm-store/v10/files/6b/fb728e740f66abbb2b4a47e036bba03eb41beda487668245151c2de596bb449090b2c670cf3144dbf22573f69a068305c252372d860ada9e7f92f4c14bbcf4
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

11 lines
383 B
Text

import { AwsCredentialIdentity } from "@aws-sdk/types";
import { HttpRequest } from "@smithy/protocol-http";
import { HttpResponse, Logger } from "@smithy/types";
/**
* @internal
*/
export declare function createGetRequest(url: URL): HttpRequest;
/**
* @internal
*/
export declare function getCredentials(response: HttpResponse, logger?: Logger): Promise<AwsCredentialIdentity>;