import type { EraIndex } from '@polkadot/types/interfaces'; export declare function filterEras(eras: EraIndex[], list: T[]): EraIndex[];