/**
 * Gets the root 'concerto' model
 * @returns {object} rootModelFile, rootModelCto and rootModelAst
 */
declare function getRootModel(): {
    rootModelFile: string;
    rootModelCto: string;
    rootModelAst: any;
};
declare const _default: {
    getRootModel: typeof getRootModel;
};
export = _default;
