import type { AuthenticationManagementSetupOptions } from './types'; import type { Application } from '@feathersjs/feathers'; export default function authenticationLocalManagement(_options?: Partial, docs?: Record): (app: Application) => void;