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