export declare let WSDL: (definition: any, uri: any, options: any) => void;
export declare function open_wsdl(uri: any, options: any): Promise<any>;
