import { SodaHostUrl } from "./soda-host-url"; export declare function SodaHost(hostUrl: string): {}>(constructor: T) => { new (...args: any[]): { Host: SodaHostUrl; }; } & T;