/** * @file Type Definitions - SemanticVersionStable * @module grease/types/SemanticVersionStable */ /** * Stable semantic version string schema. */ export declare type SemanticVersionStable = `${number}.${number}.${number}`;