export declare class Host { id: number; name: string; originUrl: string; forceSSL: boolean; isSystemHostname: boolean; hasCertificate: boolean; }