import { ProtoObjType, QueryMapType } from "../types/types";
import { ServerErrorType } from "../types/types";
export declare function getCacheID(proto: ProtoObjType, map: QueryMapType): string;
export declare function createServerError(log: string, status?: number, userMessage?: string): ServerErrorType;
//# sourceMappingURL=cacheUtils.d.ts.map