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