import { type Address, type ProgramDerivedAddress } from '@solana/kit'; export type MasterEditionSeeds = { /** The address of the mint account */ mint: Address; }; export declare function findMasterEditionPda(seeds: MasterEditionSeeds, config?: { programAddress?: Address | undefined; }): Promise; //# sourceMappingURL=masterEdition.d.ts.map