import { NextFunction } from '@feathersjs/hooks';
import { HookContext, FeathersService } from './declarations';
export declare function eventHook(context: HookContext, next: NextFunction): Promise<void>;
export declare function eventMixin<A>(service: FeathersService<A>): FeathersService<A>;
