/** * WSDL files embedded as strings * This file is auto-generated to avoid file system access issues in bundled environments * Generated from files in src/infrastructure/soap/wsdl/ * * DO NOT EDIT THIS FILE MANUALLY * Run: npm run generate:wsdl-strings */ export declare const WSDL_STRINGS: Record; export declare function getWsdlString(wsdlName: string): string | undefined;