import { HandlerFunction } from 'got';
declare const NexonHTTPErrorMessage: {
    [key: number]: string;
};
declare const StatusCodeErrorHandler: HandlerFunction;
export { NexonHTTPErrorMessage, StatusCodeErrorHandler };
