import { RuntimeException } from './runtime.exception'; export declare class MultiProviderException extends RuntimeException { constructor(name: string); }