import { ValidationType } from './types'; export declare const getUnstakeValidation: ({ userActiveStake, minDelegation, egldLabel }: { userActiveStake: string; minDelegation: string; egldLabel: string; }) => ValidationType[]; //# sourceMappingURL=getUnstakeValidation.d.ts.map