import type { PublicKeyInitData } from '@solana/web3.js'; export declare function createApproveAuthoritySignerInstruction(tokenBridgeProgramId: PublicKeyInitData, tokenAccount: PublicKeyInitData, owner: PublicKeyInitData, amount: number | bigint, tokenProgram: PublicKeyInitData): import("@solana/web3.js").TransactionInstruction; //# sourceMappingURL=approve.d.ts.map