import Role from './Role';
declare const _default: {
    new (): {
        /**
         * ID
         */
        _id: number;
        id: number;
        /**
         * Login
         */
        _login: string;
        login: string;
        /**
         * Fuso Horário Local
         */
        _localTimeZone: Date;
        localTimeZone: Date;
        /**
         * Papel Padrão Credencial
         */
        _credentialStandardRole: Role;
        credentialStandardRole: Role;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
