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