import { AgentOptions, Fetch } from './types'; export default function setup(fetch?: Fetch, options?: AgentOptions): Fetch;