declare const errorSize: <TError extends Error>(value: TError) => number;
export { errorSize };
