export declare class ClosedDocumentValidationNotification { name: string; phone: string; approved: boolean; constructor(name: string, phone: string, approved: boolean); } //# sourceMappingURL=closedDocumentValidationNotification.d.ts.map