import { TypeormExtensionError } from './base';
export declare class OptionsError extends TypeormExtensionError {
    constructor(message?: string);
    static undeterminable(): OptionsError;
    static notFound(): OptionsError;
    static databaseNotDefined(): OptionsError;
}
