import ProxyInterface from '../proxy-interface'; import { SecurityPageModel } from '../model/user'; declare class UserSecurityPageProxy implements ProxyInterface { private securityPage; constructor(responseData: any); getModel(): SecurityPageModel; } export { UserSecurityPageProxy }; //# sourceMappingURL=user-security-page-proxy.d.ts.map