/** * Returns the CLI version string * Works from both src/ and dist/src/ locations */ export declare const getCLIVersion: () => string;