/**
 * Iterates over a single attribute
 * NOTE: For performance, re-yields the same modified element
 * @param param0
 */
export declare function makeAttributeIterator(values: any, size: number): Iterable<any>;
//# sourceMappingURL=attribute-iterator.d.ts.map