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