#!/usr/bin/env node
export declare function buildFramework(): Promise<void>;
export default buildFramework;
