import type { RetryOptions } from '../types/retry.js';
export declare const normalizeRequestMethod: (input: string) => string;
export declare const normalizeRetryOptions: (retry?: number | RetryOptions) => Required<RetryOptions>;
//# sourceMappingURL=normalize.d.ts.map