import type { HookContext } from '@feathersjs/feathers'; /** * Throws if `context.params?.user?.isVerified` is not true */ export declare function isVerified(): (context: H) => H;