import { PrefetchOptions } from "next/dist/shared/lib/router/router";
import { NextRouter, SingletonRouter } from "next/router";
export declare const prefetch: (router: NextRouter, href: string, as: string, extra: any, singletonRouter: SingletonRouter, prefetched: {
    [cacheKey: string]: boolean;
}, options?: PrefetchOptions) => Promise<void>;
//# sourceMappingURL=prefetch.d.ts.map