import { web3 } from '@coral-xyz/anchor'; import { Big, BN } from '@switchboard-xyz/common'; export type Value = string | number | boolean | web3.PublicKey | Big | BN | undefined | null; export declare const chalkString: (label: string, value: Value, padding?: number) => string; //# sourceMappingURL=misc.d.ts.map