export interface FetchResponse { status_code: number; text: string; } export declare function brightDataFetch(params: Record): Promise;