export declare const VERSION: RegExp;
export declare namespace versionRequirement {
    const ANY: RegExp;
    const EQUAL: RegExp;
    const TILDE: RegExp;
    const CARET: RegExp;
    const PATCH: RegExp;
    const MINOR: RegExp;
    const MAJOR: RegExp;
}
