Rocky_Mountain_Vending/.pnpm-store/v10/files/af/cfe885eae46867e99c351f28a7aa7382560958eb473591398a872d76db3d409d3b192889a5f71dc3266c2b059d265fc77b888098acfb826f26366baef12155
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

8 lines
393 B
Text

import type nodeFs from "node:fs";
export declare const Dir: typeof nodeFs.Dir;
export declare const Dirent: typeof nodeFs.Dirent;
export declare const Stats: typeof nodeFs.Stats;
export declare const ReadStream: typeof nodeFs.ReadStream;
export declare const WriteStream: typeof nodeFs.WriteStream;
export declare const FileReadStream: unknown;
export declare const FileWriteStream: unknown;