export interface BylineReleasePolicy { dependencyRange: string; supportedRange: string; displayFloor: string; } /** Derive every CLI package-compatibility value from one release version. */ export declare function deriveBylineReleasePolicy(cliVersion: string): BylineReleasePolicy; /** Version of the installed CLI package; Changesets updates this at release time. */ export declare const CLI_PACKAGE_VERSION: string; /** Active compatibility policy for this exact CLI artifact. */ export declare const BYLINE_RELEASE_POLICY: BylineReleasePolicy; //# sourceMappingURL=release-policy.d.ts.map