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