declare const getProjectCreateCommand: (packageManager: string, projectName: string) => string;
export default getProjectCreateCommand;
