import type { SceneSelectionArtifact } from './types.js'; export declare function sceneSelectionPathFor(root: string, slug: string): string; export declare function readSceneSelectionArtifact(root: string, slug: string): Promise; export declare function writeSceneSelectionArtifact(root: string, slug: string, artifact: SceneSelectionArtifact): Promise; //# sourceMappingURL=scene-selection-store.d.ts.map