Rocky_Mountain_Vending/.pnpm-store/v10/files/07/00b0b78c7968e3205b8a6c1c43ccbb31d18c1c0c3d3318f82b24d59f0d9b0ac50f222f84210e21ff1c7585e019f2f5cd2940c6841760d84e1d561f8444188f
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

5 lines
246 B
Text

import { AwsCredentialIdentity, Logger, ParsedIniData } from "@smithy/types";
/**
* @internal
*/
export declare const resolveProcessCredentials: (profileName: string, profiles: ParsedIniData, logger?: Logger) => Promise<AwsCredentialIdentity>;