export declare class APIResource { id: number; name: string; icon: string | null; url: string | null; constructor(obj: any); }