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