import { Method, Options } from "./types";
export declare function chooseMethod(options: Options): Method;
