export declare class SurveyPublishDTO { ID: number; ID_GUID: string; StartDate: Date; EndDate?: Date; NotifyByEmail: boolean; SendAppNotification: boolean; IsShowScoreAfterSubmission: boolean; } export declare class SurveyUnPublishDTO { ID: number; ID_GUID: string; StatusItemID: string; EndDate?: Date; }