import { IItemObject } from '../interfaces'; import { TDataValue } from '../types'; import type { createConvertDataValue } from './convert-data-value'; import type { createCreatePropertyName } from './create-property-name'; import type { createIsIllegalWord } from './is-illegal-word'; export declare const createFormAddStatement: (convertDataValue: ReturnType, createPropertyName: ReturnType, isIllegalWord: ReturnType) => (property: string, value: T, expressionAttributeNames: { [key: string]: string; }, expressionAttributeValues: IItemObject) => string; //# sourceMappingURL=form-add-statement.d.ts.map