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