import { PublicKey, TransactionInstruction } from '@solana/web3.js'; import { MintMaxVoteWeightSource, GoverningTokenConfigAccountArgs } from './accounts'; import BN from 'bn.js'; export declare function withCreateRealm(instructions: TransactionInstruction[], programId: PublicKey, programVersion: number, name: string, realmAuthority: PublicKey, communityMint: PublicKey, payer: PublicKey, councilMint: PublicKey | undefined, communityMintMaxVoteWeightSource: MintMaxVoteWeightSource, minCommunityWeightToCreateGovernance: BN, communityTokenConfig?: GoverningTokenConfigAccountArgs | undefined, councilTokenConfig?: GoverningTokenConfigAccountArgs | undefined): Promise; //# sourceMappingURL=withCreateRealm.d.ts.map