import { type AttributeValue, type PutItemCommandOutput } from '@aws-sdk/client-dynamodb'; import type { DynamoDBPutClient } from '../../types/aws.types'; export declare const insertLicense: (dynamoDBClient: DynamoDBPutClient, licenseTableName: string, item: Record) => Promise;