/// <reference types="emscripten" />
declare function unknownErrorToString(error: unknown): string;

export { unknownErrorToString };
