import { GlobalOptions } from "../types/index.js";
export declare function createNextProject(options: GlobalOptions): Promise<string>;
export declare function getGlobalOptions(): GlobalOptions;
