/** * Creates the preset project * @param name - The name of the project * @param description - The description of the project * @param repoUrl - The repository url * @param destPath - The path where the project is located */ export declare function createPresetTemplate(name: string, description: string, repoUrl: string, destPath: string): Promise;