import { TenantProperty, IOmniaPropertyBag, TenantWithProperties } from "../../models";
export declare class TenantPropertyBagFactory {
    static create: (tenant: TenantWithProperties) => IOmniaPropertyBag<TenantProperty>;
}
