import type { ReferenceSheetsArtifact } from './types.js'; export declare function referenceSheetsPathFor(root: string, slug: string): string; export declare function readReferenceSheetsArtifact(root: string, slug: string): Promise; export declare function writeReferenceSheetsArtifact(root: string, slug: string, artifact: ReferenceSheetsArtifact): Promise; //# sourceMappingURL=reference-sheet-store.d.ts.map