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