declare module 'axios' { interface AxiosRequestConfig { alert?: boolean; result: string; } } declare module 'axios' { interface AxiosResponse { result: string; } } declare const _default: { config: (AWSPageContext: any) => void; get(params: any): void; post(params: { url: string; data: T; }): Promise>; aslp(params: any): Promise>; }; export default _default;