export declare const authManagementPath = "auth-management"; declare module '../../client' { interface ServiceTypes { [authManagementPath]: any; } }