import { FetcherExecutor } from '../../../Fetcher'; import { CLOBVersion } from './types'; export default function getSerumFetcherExecutor(serumVersion: CLOBVersion): FetcherExecutor;