import type { PublicKeyInitData, TransactionInstruction } from '@solana/web3.js'; export declare function createBridgeFeeTransferInstruction(wormholeProgramId: PublicKeyInitData, payer: PublicKeyInitData, fee: bigint): TransactionInstruction; //# sourceMappingURL=feeTransfer.d.ts.map