export declare class CustomizedAppSimple {
    agentid: string;
    name: string;
    square_logo_url: string;
    constructor(obj: object);
}
