import { Middleware } from 'koa'; import { Logger } from '../logger/Logger'; /** * Serves index.html when a non-file request within the scope of the app index is made. * This allows SPA routing. */ export declare function historyApiFallbackMiddleware(appIndex: string, rootDir: string, logger: Logger): Middleware; //# sourceMappingURL=historyApiFallbackMiddleware.d.ts.map