import { ITenantInfo } from "@kwiz/common";
export declare function DiscoverTenantInfo(hostName: string): Promise<ITenantInfo>;
