type Tx = {
    weight: number;
    fee: number;
    depends: number[];
};
export declare const getTxsDistrib: (txs: Tx[]) => Map<number, number>;
export declare const getBundlesDistrib: (txs: Tx[]) => Map<number, number>;
export {};
//# sourceMappingURL=distributions.d.ts.map