/** * Represents the current lib version. * * The version follows semantic versioning (SemVer), typically in the format: * `"MAJOR.MINOR.PATCH"` — for example: `"1.0.0"`. */ export declare const version: string;