export declare function isFromTrustedHost(trustedHosts: string[] | undefined, e: { origin: string; }): boolean;