export declare function isTypeScriptError(input: unknown): input is Error;
