Rocky_Mountain_Vending/.pnpm-store/v10/files/b2/529a0e35cdd36808e8a134bb42326215c2298a9d286b332895946260e2de76c6f8c0fa7326e8368af6c8b698f10c20bc459729a8f3d78f92c56c34a33b0fc6
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
338 B
Text

import { CredentialProviderOptions } from "@aws-sdk/types";
import { AwsCredentialIdentityProvider, Logger } from "@smithy/types";
export declare const resolveCredentialSource: (
credentialSource: string,
profileName: string,
logger?: Logger
) => (
options?: CredentialProviderOptions
) => Promise<AwsCredentialIdentityProvider>;