import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface SetWormholeAddressArgs { wormhole: Address; } export interface SetWormholeAddressAccounts { payer: TransactionSigner; config: Address; } export declare const layout: import("buffer-layout").Layout; export declare function setWormholeAddress(args: SetWormholeAddressArgs, accounts: SetWormholeAddressAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=setWormholeAddress.d.ts.map