export declare const $AppListItem: { properties: { name: { type: string; }; displayName: { type: string; }; appType: { type: string; }; ownerId: { type: string; maxLength: number; minLength: number; pattern: string; }; apiProducts: { type: string; }; status: { type: string; }; }; };