/** Contains an HTTP URL */ export declare class HttpUrlBaseModel { _: 'httpUrl'; /** The URL */ url: string; }