export declare const errorMessage = "Git working directory is dirty!\nCommit or stash your changes, or run the generator with the --force flag"; export declare const verifyWorkingDirectory: ({ cwd }: { cwd: any; }) => Promise;