export declare class AppInfo {
    appId: string;
    secrets: string;
    apikey: string | null;
    constructor(data: any);
}
