export declare const getPercentage: ({ amountOutOfTotal, total, minDelegation }: { amountOutOfTotal: string; total: string; minDelegation: string; }) => string; //# sourceMappingURL=getPercentage.d.ts.map