/** * Lightweight duplicate of @webpieces/core-util toError for use in dev-config. * dev-config is Level 0 and cannot depend on core-util (also Level 0). */ export declare function toError(err: unknown): Error;