/**
 * Advances all sequences on the destination (including sequences in other
 * schemas), so their values won't conflict with the ones on the source.
 */
export declare function advanceSequences({ fromDsn, toDsn, }: {
    fromDsn: string;
    toDsn: string;
}): Promise<void>;
//# sourceMappingURL=advanceSequences.d.ts.map