import { RegcheqPool } from './pool'; export declare function getOrCreatePool(origin: string): RegcheqPool; export declare function destroyPool(origin: string): Promise; export declare function destroyAllPools(): Promise; //# sourceMappingURL=registry.d.ts.map