export declare class NotImplementedError extends Error { constructor(name: string); } export declare class IncorrectKeyTypeError extends Error { constructor(name: string); } export declare function NotImplemented(name: string): any; export declare class NoReflectionMetataError extends Error { constructor(name: string); }