import { Block } from './types'; export declare function buildRootModule(blocks: Block[]): any;