import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers'; export declare const signVote: (chainId: number, contractAddress: string, signer: SignerWithAddress, name: string, expiry: number, nonce: number, proposalId: number, support: boolean) => Promise; export default signVote;