type WebService = 'awsultimocierre' | 'awsbcumonedas' | 'awsbcucotizaciones';
export declare function getSoapClient(ws: WebService): Promise<import("soap").Client>;
export {};
