import { SPAServerConfig } from './types'; import { IndexMiddleware } from './util'; export declare function createPrefetchIndexMiddleware(config: SPAServerConfig): Promise;