import { InternalServerError } from "../http-error"; /** * Thrown when currentUserChecker function is not defined in Node-Boot options. */ export declare class CurrentUserCheckerNotDefinedError extends InternalServerError { name: string; constructor(); } //# sourceMappingURL=CurrentUserCheckerNotDefinedError.d.ts.map