export declare const isConvertableToNumber: (value: number | string) => boolean;
export declare const customStringify: (obj: unknown) => string;
