/** * Indicates that an error occured * while parsing a Smalltalk file. */ export declare class STParseException implements Error { readonly name: string; readonly message: string; constructor(message: string); }