import { Exception } from '@lakutata/core'; export declare class HttpRequestException extends Exception { district: string; errno: number | string; }