import { InternalServerError } from './InternalServerError.js';
/**
 * Thrown when currentUserChecker function is not defined in TypeNexus options.
 */
export declare class CurrentUserCheckerNotDefinedError extends InternalServerError {
    name: string;
    constructor();
}
