export declare class AppInfoEntity {
    appId: string;
    name: string;
    version: string;
    constructor(data?: Partial<AppInfoEntity>);
}
