/** * The HTTP method that will be used to fetch the URL. */ export declare type Method = 'GET' | 'POST'; //# sourceMappingURL=method.d.ts.map