import { TypeORMError } from "./TypeORMError";
/**
 * Thrown when some option is not set in the connection options.
 */
export declare class NoConnectionOptionError extends TypeORMError {
    constructor(optionName: string);
}
