import { PublicKey } from '@solana/web3.js';
export declare const getGuardianSetPda: (guardianSetIndex: number, wormholeProgramId: PublicKey) => PublicKey;
