import { SerializableError } from './serializable-error.js'; export declare function getErrorNames(err: Error | SerializableError): Iterable;