type FetchLike = (input: Parameters[0], init?: Parameters[1]) => ReturnType; export declare function createCopilotFetch(): FetchLike; export {};