/** * Check whether the CLI is a canary release. * * The LIB_VERSION export does not update for canary releases * so this uses the package.json explicitly for this check */ export declare function isCanaryRelease(): boolean; export declare const LIB_MINOR_VERSION: string;