import type { StoreKind } from './StoreKind.ts'; /** * Creates a convention-based directory path for an archivist store * @param name The name of the archivist * @param storageRoot The root directory for storage * @param kind The kind of the archivist (optional) * @returns The directory path for the archivist store */ export declare const getStoreDirectory: (name: string, storageRoot: string, kind?: StoreKind) => string; //# sourceMappingURL=getStoreDirectory.d.ts.map