export declare class PreviousNcUserEntity {
    id: number;
    first_name: string | null;
    last_name: string | null;
    email: string | null;
}
