import type { IApp } from "../../entities";
import type InputOptions from "../../interfaces/InputOptions";
export declare function createAppByForm(options?: InputOptions & {
    /**
     * Skip selecting framework step
     * @default false
     */
    skipFramework?: boolean;
}): Promise<IApp>;
//# sourceMappingURL=new-app-by-form.d.ts.map