import hashPassword from './hooks/hash-password';
export declare const hooks: {
    hashPassword: typeof hashPassword;
    protect: (...fields: string[]) => (context: import("@feathersjs/feathers").HookContext<any, import("@feathersjs/feathers").Service<any>>) => import("@feathersjs/feathers").HookContext<any, import("@feathersjs/feathers").Service<any>>;
};
export { LocalStrategy } from './strategy';
