import { PublicKey } from "@solana/web3.js";
/**
 * Finds the minter id.
 * @returns
 */
export declare const findMinterId: (identifier: PublicKey) => PublicKey;
/**
 * Finds the redeemed mints id.
 * @returns
 */
export declare const findRedeemedMintsId: (minterId: PublicKey) => PublicKey;
export declare const getMetadataId: (mint: PublicKey) => PublicKey;
//# sourceMappingURL=pda.d.ts.map