import { PRNG } from "../../rng/index.js"; import { result } from "../../utility/result.js"; import { BaseDist } from "../BaseDist.js"; import { DistError } from "../DistError.js"; import { Env } from "../env.js"; export declare function mixture(values: [BaseDist, number][], { env, rng }: { env: Env; rng: PRNG; }): result; //# sourceMappingURL=mixture.d.ts.map