import { SemanticVersion } from '../../../business/utils/semantic-version.js';
export declare class KindVersion {
    private readonly _version;
    constructor(response: string);
    getVersion(): SemanticVersion<string>;
}
