import { EventNotification } from '../EventNotification';
export declare class BoaAndPdfGenerated extends EventNotification {
    ReferenceItemCount: number;
    TabCount: number;
    FileSize: string;
    BoaLinked: boolean;
}
