import type { Options } from "../types.d.cts"; declare const inspectBigInt: (number: bigint, options: Options) => string; export = inspectBigInt;