import Exception from './Exception';
export default class DateTimeParseException extends Exception {
    constructor(raw: string, pattern: string, exp: string);
}
