/** * Returns Dot-code * @param {string[]} folderList - dot-code will be generated against provided folderList * @param {string} serverUrl - prefixes with links to Libs(Inputs/Outputs) */ export declare function getDotFileContent(folderList: string[], serverUrl: string): Promise;