export declare const operations: {
    getVersions: typeof import("./operations/getVersions.methods").getVersions;
    checkVersion: typeof import("./operations/checkVersion.methods").checkVersion;
};
