export declare const websearch: { type: "remote"; url: string; enabled: boolean; headers: { "x-api-key": string; } | undefined; };