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