export declare const MISSING_AUTH_CONFIG_ERROR = "You must configure either \"authenticate\" method or assign an auth \"provider\"";
export declare const INVALID_AUTH_CONFIG_ERROR = "You cannot configure both \"authenticate\" and \"provider\". \"authenticate\" will be removed in next major release.";
export declare class WrongArgumentError extends Error {
    constructor(message: string);
}
export declare class OldBodyParserUsedError extends Error {
    constructor(message?: string);
}
