import { Hook, Service } from '@feathersjs/feathers';
export declare const refreshAccessToken: (options?: {}) => Hook<any, Service<any>>;
