import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface RemoveAllocationAccounts {
    vaultAdminAuthority: PublicKey;
    vaultState: PublicKey;
    reserve: PublicKey;
}
export declare function removeAllocation(accounts: RemoveAllocationAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=removeAllocation.d.ts.map