import { I18NContext } from "@webiny/api-i18n/types"; import { DynamoDBDocument } from "@webiny/aws-sdk/client-dynamodb"; export declare const getDocumentClient: (context: I18NContext) => DynamoDBDocument; export declare const getTable: (context: I18NContext) => string;