import { RuntimeException } from './runtime.exception'; export declare class InvalidProviderException extends RuntimeException { constructor(provider: any); }