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