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