Rocky_Mountain_Vending/.pnpm-store/v10/files/dd/d69db69d5f1a684228266fc0004781f31f125b85160bda8c5157ceabffbf3457f6ad0f8e1a1f10c893a6168010b976af7a8a154d62ad5d07c331bf7e15fc07
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

14 lines
474 B
Text

import { type LocalConfigOptions } from "@smithy/node-config-provider";
/**
* Default region provider for STS when used as an inner client.
* Differs from the default region resolver in that us-east-1 is the fallback instead of throwing an error.
*
* @internal
*/
export declare function stsRegionDefaultResolver(loaderConfig?: LocalConfigOptions): import("@smithy/types").Provider<string>;
/**
* @internal
*/
export declare const warning: {
silence: boolean;
};