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