Rocky_Mountain_Vending/.pnpm-store/v10/files/43/601de77a26ca2b41ba520d3fa405e33c3cc9d859323b77c95ddf62ab5029d437108def2ebd3731572d431a38f09753618aecb1f48828f722ea408bdbd781ed
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
No EOL
272 B
Text

/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export declare function rm(path: string): Promise<void>;
/**
* @internal
*/
export declare function rmSync(path: string): void;
//# sourceMappingURL=fs.d.ts.map