import { CookieJar } from './'; declare function c(fetch: T, jar?: CookieJar, ignoreError?: boolean): T; export = c;