export declare class LinkedomInitializer { private frontDistPath; private frontDistIndexFileName; private reconfigureSettings?; constructor(frontDistPath: string, frontDistIndexFileName: string, reconfigureSettings?: { url: string; }); static loadFile(distPath: string, filePath: string): string; run(): Promise; } //# sourceMappingURL=LinkedomInitializer.d.ts.map