import { DynamoAttributeType, TypeCheckExpressionTemplate } from './index.js'; /** * Creates a type check expression template for the specified DynamoDB attribute type. */ declare function typeIs(type: DynamoAttributeType): TypeCheckExpressionTemplate; export { typeIs };