Rocky_Mountain_Vending/.pnpm-store/v10/files/64/054032ff78a3ad47f268c9f9e338793c2f0c19baef10e03244a828421b7e9c2024bec3e1974ad2d5982d47a5a8b93260000052488b7dae3cfd1ad643b20811
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

24 lines
No EOL
1.1 KiB
Text

export { LoadSimulatorComputed as LoadSimulator };
declare const LoadSimulatorComputed: typeof LoadSimulator & {
request: (dependencies: {
devtoolsLog: LH.DevtoolsLog;
settings: LH.Audit.Context["settings"];
}, context: LH.Artifacts.ComputedContext) => Promise<import("../../types/gatherer.js").default.Simulation.Simulator>;
};
declare class LoadSimulator {
/**
* @param {{devtoolsLog: LH.DevtoolsLog, settings: LH.Audit.Context['settings']}} data
* @param {LH.Artifacts.ComputedContext} context
* @return {Promise<LH.Gatherer.Simulation.Simulator>}
*/
static compute_(data: {
devtoolsLog: LH.DevtoolsLog;
settings: LH.Audit.Context["settings"];
}, context: LH.Artifacts.ComputedContext): Promise<LH.Gatherer.Simulation.Simulator>;
/**
* @param {LH.Artifacts.NetworkAnalysis} networkAnalysis
* @return {LH.PrecomputedLanternData}
*/
static convertAnalysisToSaveableLanternData(networkAnalysis: LH.Artifacts.NetworkAnalysis): LH.PrecomputedLanternData;
}
//# sourceMappingURL=load-simulator.d.ts.map