declare class NoticeClosureBaseType {
    text?: string | null;
    motReference?: string | null;
}

export { NoticeClosureBaseType };
