import { TypeORMError } from "./TypeORMError";
/**
 * Thrown if some required driver's option is not set.
 */
export declare class DriverOptionNotSetError extends TypeORMError {
    constructor(optionName: string);
}
