import type { PipelineState } from "../types/pipeline-state.js"; import type { Learnings } from "../types/learnings.js"; export declare function emptyPipelineState(): PipelineState; export declare function emptyLearnings(): Learnings; export declare function newPipelineEntry(marketName: string): Record; export declare function newRapidTestEntry(idea: string, slug: string, budget?: number, durationDays?: number, offerType?: string, pricePoint?: number | null): Record; //# sourceMappingURL=initializers.d.ts.map