import { TRequestErrorType } from '../../fn.core.type'; export declare class FnRequestError extends Error { private readonly _shortMessage; constructor(shortMessage: TRequestErrorType, message: string); get shortMessage(): TRequestErrorType; }