import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface RemoveAllocationAccounts { vaultAdminAuthority: TransactionSigner; vaultState: Address; reserve: Address; } export declare function removeAllocation(accounts: RemoveAllocationAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=removeAllocation.d.ts.map