Rocky_Mountain_Vending/.pnpm-store/v10/files/15/b4544f248ec2eaf29a7a146840a6d364af846028172e54f80eacb8a8bfd734853135cab9fea026daaeba8845f03ef6599c28d81f436b6b200684055b719dfd
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

6 lines
447 B
Text

import type nodeAsyncHooks from "node:async_hooks";
export declare const createHook: typeof nodeAsyncHooks.createHook;
export declare const executionAsyncId: typeof nodeAsyncHooks.executionAsyncId;
export declare const executionAsyncResource: typeof nodeAsyncHooks.executionAsyncResource;
export declare const triggerAsyncId: typeof nodeAsyncHooks.triggerAsyncId;
export declare const asyncWrapProviders: typeof nodeAsyncHooks.asyncWrapProviders;