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