import { ContainerError } from './ContainerError';
export declare class UnsupportedTokenTypeError extends ContainerError {
    name: string;
    constructor(message: string);
}
