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