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