export = MergeJs2Index;
declare class MergeJs2Index {
    constructor(indexFilePath: any, jsFilePath: any, dapiFilePath: any, outFile: any);
    indexFilePath: string;
    jsFilePath: string;
    dapiFilePath: string;
    outFile: string;
    merge(): boolean;
    findScriptElem(root: any): any;
}
