import { ApiException } from '@jiaxinjiang/nest-exception'; export declare class HttpRequestApiException extends ApiException { readonly code: number; readonly msg: string; }