import Exception from './Exception'; export default class FormatException extends Exception { constructor(message?: string, innerException?: Exception); }