/** Represents an error thrown by the CRT browser shim */exportdeclareclassCrtErrorextendsError {
readonlyerror: any;
/** @varerror - The original error, provided for context. Could be any type, often from underlying libraries */constructor(error: any);
}