/** Build a fetch compatible with grammY client when an HTTP proxy is configured. */ export declare function createProxyFetch(proxyUrl: string): typeof fetch;