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