import { type Client } from "@libsql/client"; export declare function getRegistryPath(): string; export declare function openRegistry(opts?: { path?: string; }): Promise; export declare function closeRegistry(db: Client): Promise; //# sourceMappingURL=client.d.ts.map