import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface ClosePresetParameterAccounts {
    presetParameter: PublicKey;
    admin: PublicKey;
    rentReceiver: PublicKey;
}
export declare function closePresetParameter(accounts: ClosePresetParameterAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=closePresetParameter.d.ts.map