export declare const multicallContracts: { 1: string; 5: string; 42161: string; 421613: string; }; export declare const nullValue = "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"; export declare const FCBase = "0xFC00000000000000000000000000000000000000"; export declare const FCBaseBytes = "0xFC00000000000000000000000000000000000000000000000000000000000000"; export declare const FDBase = "0xFD00000000000000000000000000000000000000"; export declare const FDBaseBytes = "0xFD00000000000000000000000000000000000000000000000000000000000000"; export declare const FDBackBase = "0xFDB0000000000000000000000000000000000000"; export declare const FDBackBaseBytes = "0xFDB0000000000000000000000000000000000000000000000000000000000000"; export declare const ComputedBase = "0xFE00000000000000000000000000000000000000"; export declare const ComputedBaseBytes = "0xFE00000000000000000000000000000000000000000000000000000000000000"; export declare const ValidationBase = "0xE900000000000000000000000000000000000000000000000000000000000000"; export declare const ValidationOperator: { readonly equal: string; readonly "not equal": string; readonly "greater than": string; readonly "greater equal than": string; readonly or: string; readonly "or not": string; readonly and: string; readonly "and not": string; }; export declare const CALL_TYPE: { readonly ACTION: "0"; readonly VIEW_ONLY: "1"; readonly LIBRARY: "2"; readonly LIBRARY_VIEW_ONLY: "3"; }; export declare const CALL_TYPE_MSG: { readonly ACTION: "action"; readonly VIEW_ONLY: "view only"; readonly LIBRARY: "library: action"; readonly LIBRARY_VIEW_ONLY: "library: view only"; }; export declare const CALL_TYPE_MSG_REV: { readonly action: "ACTION"; readonly "view only": "VIEW_ONLY"; readonly "library: action": "LIBRARY"; readonly "library: view only": "LIBRARY_VIEW_ONLY"; }; export declare const FCT_VAULT_ADDRESS: "FCT_VAULT_ADDRESS"; //# sourceMappingURL=misc.d.ts.map