export declare const fetchGet: (url: string, params?: Record<string, any>) => Promise<any>;
