import { AsrConfig } from './constants'; import { AirdropFetcherExecutor } from '../../../AirdropFetcher'; export declare function getAsrAirdropExecutor(config: AsrConfig): AirdropFetcherExecutor;