import { Distribution } from "../types";
export declare function add(distribution: Distribution, addend: number): Distribution;
