import { AuthPluginOutput } from "../types.js";
interface BaseOptions {
    name: string;
}
export declare const refresh: (options: BaseOptions) => Promise<AuthPluginOutput>;
export {};
//# sourceMappingURL=refresh.d.ts.map