import type { PublicKey } from '@solana/web3.js'; import type { Command } from 'commander'; export declare function installResetStake(program: Command): void; export declare function manageResetStake({ address, settlement, bond, computeUnitLimit, }: { address: PublicKey; settlement: PublicKey; bond: PublicKey; computeUnitLimit: number; }): Promise; //# sourceMappingURL=resetStake.d.ts.map