export import helpers = require("./helpers"); import model = require("ts-structure-model"); export declare function parseStruct(content: string, modules: { [path: string]: model.Module; }, mpth: string): model.Module;