import { EventNotification } from "../EventNotification";
export declare class PdfGenerated extends EventNotification {
    FileSize: string;
}
