import { TenantId } from '@dolittle/sdk.execution';
/**
 * Represents a Tenant.
 */
export declare class Tenant {
    readonly id: TenantId;
    /**
     * Initializes a new instance of {@link Tenant}.
     * @param {TenantId} id - The identifier of the tenant.
     */
    constructor(id: TenantId);
}
//# sourceMappingURL=Tenant.d.ts.map