import { Program } from "@coral-xyz/anchor";
import { BasketsProgram } from "../../idl/types";
export declare function initializeWithdrawStateIx(params: {
program: Program<BasketsProgram>;
withdrawStateSeed: number[];
}): Promise<import("@solana/web3.js").TransactionInstruction>;