export declare function changeTableOwners({ toDsn, tables, comment, }: {
    toDsn: string;
    tables: Array<{
        schema: string;
        name: string;
        owner: string;
    }>;
    comment?: string;
}): Promise<void>;
//# sourceMappingURL=changeTableOwners.d.ts.map