import { Property } from "estree-jsx"; /** Can be used to take the returned array and join it into a replacement string of object * key:value pairs. */ export declare function removePropertiesFromObjectExpression(currentProperties: Property[], propertiesToRemove: (Property | undefined)[]): Property[]; //# sourceMappingURL=removePropertiesFromObjectExpression.d.ts.map