import type { AuthenticationManagementServiceOptions } from './types'; export declare const defaultPath = "authManagement"; export declare const optionsDefault: AuthenticationManagementServiceOptions; export declare function makeDefaultOptions(keys?: K[]): Pick;