/**
 * Get the current version of the generator package
 * @returns The version string from package.json
 */
export declare const getGeneratorVersion: () => string;
