import { SyncValidation } from '../../types.js'; /** * Ensure the value is a valid bigint. Numeric string will be casted * to valid bigint */ export declare const bigint: SyncValidation;