/** * Camoufox version constants. */ export declare class CONSTRAINTS { /** * The minimum and maximum supported versions of the Camoufox browser. */ static readonly MIN_VERSION: string; static readonly MAX_VERSION: string; static asRange(): string; }