import type { PublicKey } from '@solana/web3.js'; import type { Command } from 'commander'; export declare function installCloseSettlement(program: Command): void; export declare function manageCloseSettlement({ address, refundStakeAccount, computeUnitLimit, }: { address: PublicKey; refundStakeAccount?: PublicKey; computeUnitLimit: number; }): Promise; //# sourceMappingURL=closeSettlement.d.ts.map