export declare const PROTOCOL_NAME = "Polymarket CTF Exchange"; export declare const PROTOCOL_VERSION = "1"; export declare const ZX = "0x"; export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"; export declare const CALL_RESULTS_PREFIX = "CALL_RESULTS_"; export declare const EIP712_DOMAIN: { name: string; type: string; }[]; export declare const ORDER_STRUCTURE: { name: string; type: string; }[];