import { IUnleashConfig } from '../server-impl';
export declare function loadIndexHTML(config: IUnleashConfig, publicFolder: string): Promise<string>;
