import { ProviderType } from 'types'; export declare const getSortByPercent: (displayedProviders: ProviderType[], sortParams: number[], minDelegation: string) => ProviderType[]; //# sourceMappingURL=getSortByPercent.d.ts.map