/**
 * Cleans up after the shard migration on failure.
 */
export declare function resultAbort({ fromDsn, toDsn, schema, }: {
    fromDsn: string;
    toDsn: string;
    schema: string;
}): Promise<void>;
//# sourceMappingURL=resultAbort.d.ts.map