//#region src/commands/make/layout.d.ts declare function makeLayout(filePath?: string): Promise; //#endregion export { makeLayout as default };