import { VoteOption } from '../types.js'; export declare function getProcessGeoProposalArguments(spacePluginAddress: `0x${string}`, ipfsUri: `ipfs://${string}`): readonly [`0x${string}`, readonly [{ readonly to: `0x${string}`; readonly value: bigint; readonly data: `0x${string}`; }], bigint, VoteOption.Yes, true]; //# sourceMappingURL=get-process-geo-proposal-arguments.d.ts.map