import { Block, Build } from './types'; export * from './types'; export * from './proxy'; export declare function build(...appBlocks: Block[]): Build;