declare const successLogger: import("express").Handler;
export { successLogger };
declare const errorLogger: import("express").ErrorRequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>;
export { errorLogger };
