export declare class Notification {
    notificationID: number | null;
    userID: number | null;
    contentViewID: number | null;
    pageItemContainerID: number | null;
    createdAuthorID: number | null;
    createdDate: string | null;
    userName: string | null;
    firstName: string | null;
    lastName: string | null;
    emailAddress: string | null;
    notificationTypeName: string | null;
}
