import type { Lovelace } from '../../Cardano'; import type { StakeDistribution } from '../types'; export declare const toLiveStake: (stakeDistribution: StakeDistribution) => Lovelace; //# sourceMappingURL=stakeDistribution.d.ts.map