export declare class ApplicationChangerItem { id: number; name: string; url: string; constructor(id: number, name: string, url: string); }