export declare const ADDRESS_ONE = "0x0000000000000000000000000000000000000001"; export declare const ADDRESS_TWO = "0x0000000000000000000000000000000000000002"; export declare const ONE_HOUR: number; export declare const ONE_DAY: number; export declare const THREE_DAYS: number; export declare const SEVEN_DAYS: number; export declare const THIRTY_DAYS: number; export declare const SORTITION_SUBMISSION_WINDOW = 10; export declare const ENCRYPTION_SCHEME_ID: string; export declare const DATA = "0xda7a"; export declare const PROOF = "0x1337"; /** Small BFV params (degree 512). Used by `Enclave.spec` & `Pricing.spec`. */ export declare const BFV_PARAMS_DEFAULT: string; /** Production-sized BFV params (degree 2048). Used by `E3Integration.spec`. */ export declare const BFV_PARAMS_LARGE: string; /** 1h / 1h / 1h — used by short-lifecycle tests. */ export declare const DEFAULT_TIMEOUT_CONFIG: { dkgWindow: number; computeWindow: number; decryptionWindow: number; }; /** 1d / 3d / 1d — used by long-lifecycle integration tests. */ export declare const LARGE_TIMEOUT_CONFIG: { dkgWindow: number; computeWindow: number; decryptionWindow: number; }; /** 10 USDC ticket price (6-decimal stable). */ export declare const TICKET_PRICE: bigint; /** 1000 license tokens (18-decimal) per active operator. */ export declare const LICENSE_REQUIRED_BOND: bigint; /** Minimum ticket balance (in ticket units, not USDC). */ export declare const MIN_TICKET_BALANCE = 5; //# sourceMappingURL=constants.d.ts.map