export declare const MIN_SUPPORTED_SERVER_VERSION = "3.6"; export declare const MAX_SUPPORTED_SERVER_VERSION = "5.1"; export declare const MIN_SUPPORTED_WIRE_VERSION = 6; export declare const MAX_SUPPORTED_WIRE_VERSION = 14; 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