import { Account } from './Account'; import { AppList } from './AppList'; export declare class AccountWithApps extends Account { apps: AppList; }