export declare function get(path: string): Promise<{}>; export declare function post(path: string, data: any): Promise<{}>;