import type { Table } from "@webiny/db-dynamodb/toolbox"; import type { I18NContext } from "@webiny/api-i18n/types"; import type { IEntity } from "@webiny/db-dynamodb"; declare const _default: (params: { context: Pick; table: Table; }) => IEntity; export default _default;