/**
 * Returns the list of active shards on a DSN.
 */
export declare function listActiveSchemas({ dsn, }: {
    dsn: string;
}): Promise<string[]>;
//# sourceMappingURL=listActiveSchemas.d.ts.map