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