Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/9b385f24b22370fee611c8588e77435379df8817facdda3f484b6bfd4e69c9e5896539421ffdf9b527892318218d4c728285d3e076ec4931fc63f5eb9ed249
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

13 lines
No EOL
662 B
Text

export { NetworkAnalysisComputed as NetworkAnalysis };
declare const NetworkAnalysisComputed: typeof NetworkAnalysis & {
request: (dependencies: import("../index.js").DevtoolsLog, context: LH.Artifacts.ComputedContext) => Promise<import("../index.js").Artifacts.NetworkAnalysis>;
};
declare class NetworkAnalysis {
/**
* @param {LH.DevtoolsLog} devtoolsLog
* @param {LH.Artifacts.ComputedContext} context
* @return {Promise<LH.Artifacts.NetworkAnalysis>}
*/
static compute_(devtoolsLog: LH.DevtoolsLog, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.NetworkAnalysis>;
}
//# sourceMappingURL=network-analysis.d.ts.map