type ProdValue = number | string;
export declare function prod(values: ProdValue[] | unknown, start?: ProdValue): ProdValue;
export {};
