export declare abstract class MigrationError extends Error {
    abstract toString(): string;
}
