import { PublicKey } from "@solana/web3.js"; export declare function withdrawOperatorFees({ dst, operator, operatorFeeDestination, }: { dst: PublicKey; operator: PublicKey; operatorFeeDestination: PublicKey; }): import("@coral-xyz/anchor/dist/cjs/program/namespace/methods.js").MethodsBuilder; //# sourceMappingURL=withdrawOperatorFees.d.ts.map