export declare class ApiUrl { id: string; url: string; constructor(id: string, url: string); }