import { ContainerError } from './ContainerError';
export declare class CannonSingletonApplyTwiceError extends ContainerError {
    name: string;
    constructor(message?: string);
    static assert(isTrue: boolean, failMessage: string): void;
}
