export declare const getRequest: (url: string, headers: any) => Promise; export declare const postRequest: (url: string, body: any) => Promise;