import { ITenant, TenantWithProperties } from "../../models";
export declare class ITenantFactory {
    static create: (tenantWithProperties: TenantWithProperties) => ITenant;
}
