import { SystemType } from 'src/model/app_version.model'; export declare class CheckUpdateDto { currentVersion: string; systemType: SystemType; }