import { State } from './app-state.ts'; export declare const defaultSourcePath = "/playground.scad"; export declare const defaultModelColor = "#f9d72c"; export declare function createInitialState(state: State | null, source?: { content?: string; path?: string; url?: string; blurhash?: string; }): State; export declare function getBlankProjectState(): State; //# sourceMappingURL=initial-state.d.ts.map