Rocky_Mountain_Vending/.pnpm-store/v10/files/82/e01d0acbf2cb6bdfe72582cd18e087c7d316dfe46ae16af9e12f1d7ec5162c04f1ef2ec4a0930f18f8dfce930fbe04e380a20fb4ae46a2300ec157d861474c
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

17 lines
No EOL
354 B
Text

/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export declare function unpackArchive(archivePath: string, folderPath: string): Promise<void>;
/**
* @internal
*/
export declare const internalConstantsForTesting: {
xz: string;
bzip2: string;
};
//# sourceMappingURL=fileUtil.d.ts.map