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