import { StrategyOptions } from "./base";
declare const strategy: (options: StrategyOptions) => import("./base").Strategy;
export default strategy;
