export declare class UserE {
    static NAME: string;
    getRules(): {
        [key: string]: any;
    };
}
