import { GoogleSoapServiceOptions, ImportClass } from '../common/types'; import { SERVICE_MAP } from '../common/constants'; export declare class GoogleSoapService { private networkCode; private applicationName; private service; private token; private _client; constructor(service: T, options: GoogleSoapServiceOptions); createClient(): Promise>; private getSoapHeaders; } //# sourceMappingURL=googleSoap.service.d.ts.map