import { PublicKey } from "@solana/web3.js";
/**
 * Finds the address of a YiToken.
 */
export declare const findYiTokenAddress: (mint: PublicKey) => Promise<[PublicKey, number]>;
//# sourceMappingURL=pda.d.ts.map