Rocky_Mountain_Vending/.pnpm-store/v10/files/53/266a4a7773f521e4e6dd962a9bc6c8345e524e36f9877345eb5a0f05804b3c6b556c47cb946ba04a66883cbb8be3a740fb666af904c7195ebcf1d3d7c1a002
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

7 lines
No EOL
262 B
Text

import { Detector } from '../types';
import { IResource } from '../IResource';
export declare class NoopDetector implements Detector {
detect(): Promise<IResource>;
}
export declare const noopDetector: NoopDetector;
//# sourceMappingURL=NoopDetector.d.ts.map