/** * A collection of possible error and warning messages. */ export declare const ErrorMessage: { MissingPrototype(name: string): string; MissingSuperKind(name: string): string; };