export declare const post: (url: any, config: any) => Promise; export declare const get: (url: any, config: any) => Promise;