export declare let esign: (apiKey: string, call: string, data: any, sandbox: boolean) => Promise<any>;
