import { PublicKey } from "@solana/web3.js"; export declare const findMintWrapperAddress: (base: PublicKey, programID?: PublicKey) => Promise<[PublicKey, number]>; export declare const findMinterAddress: (wrapper: PublicKey, authority: PublicKey, programID?: PublicKey) => Promise<[PublicKey, number]>; //# sourceMappingURL=pda.d.ts.map