export declare function parseLimit(limit: string | number): number; export declare function defaultFingerprint(data: Uint8Array): string; /** * Escape a literal for use inside a redis MATCH pattern. * * Cache keys are mount paths, and a path may legitimately contain the glob * metacharacters redis SCAN interprets, so a prefix like `/data[1]/` would * otherwise match nothing (or the wrong keys). */ export declare function globEscape(literal: string): string; //# sourceMappingURL=utils.d.ts.map