import Exception from './Exception';
export default class IllegalMappingPatternError extends Exception {
    constructor(pattern: string);
}
