import type { IFletcherOptions, IFletcherUserOptions } from "../fletcher.d";
export declare function getDefaultOptions(url?: string): Omit<IFletcherOptions, "url">;
export declare function toFletcherOptions(url: string, options?: Partial<IFletcherUserOptions>): IFletcherOptions;