import type { Delimiter, Limits } from './types.js'; export declare const NUMERIC_RE: RegExp; export declare const NUMERIC_LIKE_RE: RegExp; export declare const LEADING_ZERO_RE: RegExp; export declare const SAFE_KEY_RE: RegExp; export declare const IDENTIFIER_SEGMENT_RE: RegExp; export declare const DEFAULT_DELIMITER: Delimiter; export declare const DEFAULT_LIMITS: Limits; //# sourceMappingURL=constants.d.ts.map