export declare class ContainerNotRegistered extends Error { readonly classHandlerName: string; constructor(classHandlerName: string); }