import { Project } from "../../interfaces/project.interfaces"; export interface BootstrapOptions { writeFile?: boolean; } export declare const bootstrap: (options?: BootstrapOptions) => Promise;