import { PublicKey, TransactionInstruction } from '@solana/web3.js'; export declare const withRefundProposalDeposit: (instructions: TransactionInstruction[], programId: PublicKey, programVersion: number, proposalPk: PublicKey, proposalDepositPayerPk: PublicKey) => Promise; //# sourceMappingURL=withRefundProposalDeposit.d.ts.map