export declare const fetch: (endpoint: string, options?: RequestInit) => Promise<Response>;
