export declare const httpGet: (api: any) => Promise<unknown>;
export declare const httpPost: (api: any, params: any) => Promise<unknown>;
