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>
8 lines
393 B
Text
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;
|