/** * Indicates that an invalid type. */ export declare class STTypeException implements Error { readonly name: string; readonly message: string; constructor(message: string); }