import { RetriableExecutor } from './retriable-executor'; import { SoapResponse } from '..'; export declare class SoapRetriableExecutor extends RetriableExecutor { protected getData(response: SoapResponse): any; }