/** * @import { ArgSizesCost } from "../index.js" */ /** * @param {bigint} a - slope * @param {bigint} b - intercept * @returns {ArgSizesCost} */ export function makeArgSizesProdCost(a: bigint, b: bigint): ArgSizesCost; import type { ArgSizesCost } from "../index.js"; //# sourceMappingURL=ArgSizesProdCost.d.ts.map