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