import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; import * as types from "../types"; export declare const DISCRIMINATOR: Buffer; export interface SetTestTimeArgs { params: types.SetTestTimeParamsFields; } export interface SetTestTimeAccounts { admin: TransactionSigner; perpetuals: Address; } export declare const layout: import("buffer-layout").Layout; export declare function setTestTime(args: SetTestTimeArgs, accounts: SetTestTimeAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=setTestTime.d.ts.map