import type { SprintRegistry } from '../../core/index.js'; import type { SlopeConfig } from '../config.js'; /** @deprecated Use `resolveStore()` from '../store.js' instead. Will be removed in v1.1. */ export declare function createRegistry(config: SlopeConfig, cwd?: string): SprintRegistry; export { FileRegistry } from './file-registry.js'; export { ApiRegistry } from './api-registry.js'; //# sourceMappingURL=index.d.ts.map