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