import { CallOptions, DeepRequired } from "../types";
export declare const NO_JUMP = "NO_JUMP";
export declare const DEFAULT_CALL_OPTIONS: DeepRequired<Omit<CallOptions, "payerIndex">>;
//# sourceMappingURL=constants.d.ts.map