import { ProviderType } from 'types'; import { ValidationType } from './types'; interface StakeValidationType { minDelegation: string; balance: string; chainId: string; egldLabel: string; provider: ProviderType; } export declare const getStakeValidation: ({ minDelegation, provider, chainId, balance, egldLabel }: StakeValidationType) => ValidationType[]; export {}; //# sourceMappingURL=getStakeValidation.d.ts.map