import type { HookContext } from '@feathersjs/feathers'; /** * * @param [path='authManagement'] the servicePath for your authManagement service * @returns */ export declare function addVerification(path?: string): (context: H) => Promise;