Rocky_Mountain_Vending/.pnpm-store/v10/files/47/59fc1a178fc35c8faa8c64eb83029b8062ddf6062befee96e42060db07d69bd73b0a39fa8193fc2ffd4fdeabcf31c1e22e0b5b2d4376ac60e6e9e6a7e9119b
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

14 lines
No EOL
845 B
Text

export { SpeedIndexComputed as SpeedIndex };
declare const SpeedIndexComputed: typeof SpeedIndex & {
request: (dependencies: import("../../index.js").Artifacts.MetricComputationDataInput, context: LH.Artifacts.ComputedContext) => Promise<import("../../index.js").Artifacts.Metric | import("../../index.js").Artifacts.LanternMetric>;
};
declare class SpeedIndex extends NavigationMetric {
/**
* @param {LH.Artifacts.NavigationMetricComputationData} data
* @param {LH.Artifacts.ComputedContext} context
* @return {Promise<LH.Artifacts.LanternMetric>}
*/
static computeSimulatedMetric(data: LH.Artifacts.NavigationMetricComputationData, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.LanternMetric>;
}
import { NavigationMetric } from './navigation-metric.js';
//# sourceMappingURL=speed-index.d.ts.map