export declare function isSatisfyTurnoutBias(forCount: bigint, againstCount: bigint, totalTokenVoted: bigint, totalTokenSupply: bigint): boolean;
