/**
 * options = {
 *  --from-template: "path or git repo of template",
 *  --with-example: "wether to copy examples or not",
 * }
 * */
export default function create(projectName: string, options: PlainObject, cliVersion: string): Promise<void>;
