export type GlobalVariable = "blockNumber" | "blockTimestamp" | "gasPrice" | "minerAddress" | "originAddress" | "investorAddress" | "activatorAddress" | "engineAddress" | "chainId" | "flowHash"; export declare const globalVariables: { blockNumber: string; blockTimestamp: string; chainId: string; gasPrice: string; minerAddress: string; originAddress: string; investorAddress: string; activatorAddress: string; engineAddress: string; flowHash: string; }; export declare const globalVariablesBytes: { blockNumber: string; blockTimestamp: string; chainId: string; gasPrice: string; flowHash: string; }; //# sourceMappingURL=globalVariables.d.ts.map