export declare function axiosfun(method: string, url: string, data?: any, herders?: any): Promise<unknown>;
