import { Orec } from "../typechain-types/index.js"; import { BytesLike } from "ethers"; export declare const MIN_1 = 60n; export declare const HOUR_1: bigint; export declare const DAY_1: bigint; export declare const DAY_6: bigint; export declare const WEEK_1: bigint; export declare enum VoteType { None = 0, Yes = 1, No = 2 } export declare enum ExecStatus { NotExecuted = 0, Executed = 1, ExecutionFailed = 2, Canceled = 3 } export declare enum Stage { Voting = 0, Veto = 1, Execution = 2, Expired = 3 } export declare enum VoteStatus { Passing = 0, Failing = 1, Passed = 2, Failed = 3 } export type PropId = BytesLike; export declare function isPropId(value: any): value is PropId; export type PropIdStr = `0x${string}`; export declare function propId(msg: Orec.MessageStruct): PropIdStr; export declare function testVersion(): void; //# sourceMappingURL=index.d.ts.map