Rocky_Mountain_Vending/.pnpm-store/v10/files/df/5b667feaa1ea830b18a4f73757e93efba653bab0d08a700a609a5c73d2a2f462fb207bd9ad618819a267aa288437bfe6c866aea76fbe43c3a40356b4b8daed
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

16 lines
No EOL
559 B
Text

export = lighthouse;
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @typedef ExportType
* @property {import('./index.js')['startFlow']} startFlow
* @property {import('./index.js')['navigation']} navigation
* @property {import('./index.js')['startTimespan']} startTimespan
* @property {import('./index.js')['snapshot']} snapshot
*/
/** @type {import('./index.js')['default'] & ExportType} */
declare const lighthouse: typeof import("./index.js")["default"] & ExportType;
//# sourceMappingURL=index.d.cts.map