export default function fetchData(url: string, token: string, params: any): Promise<{ status: boolean; reason: string; result: any; }>;