import { ConnectionOptions } from "../ConnectionOptions"; export declare class ConnectionOptionsXmlReader { read(path: string): Promise; protected readXml(path: string): Promise; }