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