import type { TableInfo } from "./getTablesInSchema";
/**
 * Cleans up after the shard migration success.
 */
export declare function resultCommit({ activateOnDestination, deactivateSQL, fromDsn, tables, toDsn, schema, }: {
    activateOnDestination: boolean;
    deactivateSQL?: string;
    fromDsn: string;
    tables: TableInfo[];
    toDsn: string;
    schema: string;
}): Promise<void>;
//# sourceMappingURL=resultCommit.d.ts.map