import { ScheduleTaskCtx } from '../interface/schedule';
export declare const tokenRefresh: <CHANNEL>(c: ScheduleTaskCtx<CHANNEL>) => Promise<void>;
