export declare class User {
    ID: string;
    Email: string;
    Name: string;
    Encrypted: string[];
}
