Rocky_Mountain_Vending/.pnpm-store/v10/files/59/3c6f0887cd068acdf7b6d3a002392d5fe5473a10378bac9a7d88d148aadbaacc73799d7c5bc097da3a897e2857249cc8dd09cba40fdf9625beaa7f5391a709
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
347 B
Text

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