import { Exception } from '@lakutata/core'; export declare class ServiceProviderNotFoundException extends Exception { district: string; errno: number | string; protected templates(): string[]; }