import { CustomizedAppSimple } from "./customized-app-simple.class";
export declare class CustomizedApp extends CustomizedAppSimple {
    description: string;
    allow_userinfos: any;
    allow_partys: any;
    allow_tags: any;
    close: boolean;
    redirect_domain: string;
    report_location_flag: string;
    isreportenter: string;
    home_url: string;
    constructor(obj: object);
    readonly allowedUserIds: string[];
    readonly allowedPartyIds: number[];
}
