export declare function requestTrustedExternalApi(rawUrl: string, init: { readonly method: string; readonly headers: Readonly>; readonly body?: string; }, options?: { readonly timeoutMs?: number; readonly maxResponseBytes?: number; }): Promise<{ readonly status: number; text(): Promise; }>; //# sourceMappingURL=requestTrustedExternalApi.d.ts.map