import type { Table } from "@webiny/db-dynamodb/toolbox.js"; import type { ITenantEntity } from "../../tenancy/definitions/types.js"; interface Params { entityName: string; table: Table; } export declare const createTenantEntity: ({ entityName, table }: Params) => ITenantEntity; export {};