export declare class CustomAppAPI { applicationName: string; constructor(meta?: { applicationName?: string; }); getApplicationName(): string; }