export declare function toCurl(input: string | URL, init?: RequestInit): Promise; export declare function toCurl(request: Request): Promise;