import type { SerializedError } from "../domain/result.js"; export declare function serializeError(error: unknown): SerializedError;