import type { TenancyStorageOperations as ITenancyStorageOperations } from "../../types/tenancy.js"; export declare const TenancyFeature: { name: string; register(container: import("@webiny/di").Container, context: ITenancyStorageOperations): void; };