export declare const MIN_SUPPORTED_SERVER_VERSION = "2.6"; export declare const MAX_SUPPORTED_SERVER_VERSION = "6.0"; export declare const MIN_SUPPORTED_WIRE_VERSION = 2; export declare const MAX_SUPPORTED_WIRE_VERSION = 17; export declare const OP_REPLY = 1; export declare const OP_UPDATE = 2001; export declare const OP_INSERT = 2002; export declare const OP_QUERY = 2004; export declare const OP_GETMORE = 2005; export declare const OP_DELETE = 2006; export declare const OP_KILL_CURSORS = 2007; export declare const OP_COMPRESSED = 2012; export declare const OP_MSG = 2013; //# sourceMappingURL=constants.d.ts.map