import { RuntimeException } from './runtime.exception'; import { Type } from '../../interfaces'; import { OneModule } from '../../module'; export declare class UnknownProviderException extends RuntimeException { constructor(provider: any, module: Type); }