import type { AccountMeta, Connection } from '@solana/web3.js'; export declare function unpackSeeds(seeds: Uint8Array, previousMetas: AccountMeta[], instructionData: Buffer, connection: Connection): Promise; //# sourceMappingURL=seeds.d.ts.map