import { IRetsRequestConfig } from '../types';
export declare const executeCall: (config: IRetsRequestConfig, payload?: any, headers?: any) => Promise<any>;
