import type { DeterministicValidator } from './types.js'; export declare function getValidator(stageName: string): DeterministicValidator | undefined; export declare function hasValidator(stageName: string): boolean; export declare function registerValidator(stagePattern: string, validator: DeterministicValidator): void; /** Reset the registry — for use in tests only. */ export declare function resetRegistry(): void; //# sourceMappingURL=registry.d.ts.map