import type { createCreatePropertyName } from './create-property-name'; import type { createIsIllegalWord } from './is-illegal-word'; export declare const createFormRemoveStatement: (createPropertyName: ReturnType, isIllegalWord: ReturnType) => (property: string, expressionAttributeNames: { [key: string]: string; }) => string; //# sourceMappingURL=form-remove-statement.d.ts.map