import type { TableInfo } from "./getTablesInSchema";
/**
 * Resumes the previously paused subscription.
 */
export declare function enableSubscription({ toDsn, tables, schema, }: {
    toDsn: string;
    tables: TableInfo[];
    schema: string;
}): Promise<void>;
//# sourceMappingURL=enableSubscription.d.ts.map