export declare class MissingTypeError extends Error { constructor(name: string, what: string); }