export function getTLSOptions(state: any, requestOptions: any): any; /** * Request helper function * @function * @private */ export function request(method: any, path: any, params: any): (state: any) => any; /** * XML parser helper function * @function * @private */ export function xmlParser(body: any, script: any): (state: any) => State; export namespace CONTENT_TYPES { const xml: string; const json: string; const string: string; } export { encode, decode, uuid };