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