import Exception from './exception'; export default class ExceptionMissingArgument extends Exception { constructor(msg: string | undefined); }