export type ErrorContextValue = string | number | boolean | null | undefined; export type ErrorContext = Record; export declare function buildError(action: string, error: unknown, context?: ErrorContext): string; //# sourceMappingURL=errors.d.ts.map