import { TypeormExtensionError } from './base';
export declare class DriverError extends TypeormExtensionError {
    constructor(message?: string);
    static undeterminable(): DriverError;
    static notSupported(driverName: string): DriverError;
}
