/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { IVectorProducer, IProducer } from "./types"; export declare function produce(subject: ArrayLike): IProducer> & IVectorProducer; export declare function produce>(subject: T): IProducer; //# sourceMappingURL=produce.d.ts.map