export declare function fetchData(url: string, customHeaders?: Record<string, string>): Promise<string>;
