import { ITenant } from './index.js';
export interface ITenantReference {
    tenant: ITenant;
}
//# sourceMappingURL=ITenantReference.d.ts.map