import { getVersions } from './operations/getVersions.methods';
import { checkVersion } from './operations/checkVersion.methods';
export declare const versionOperations: {
    getVersions: typeof getVersions;
    checkVersion: typeof checkVersion;
};
