import { PrototypeStruct } from '..';
export declare type ProductFn<T> = () => T | string | number;
export declare const product: PrototypeStruct;
declare global {
    interface Array<T> {
        product: ProductFn<T>;
    }
}
//# sourceMappingURL=product.d.ts.map