import type * as BasisTheory from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { Application } from "../../../../types/Application.js"; import { Runtime } from "../../../../types/Runtime.js"; export declare const UpdateReactorRequest: core.serialization.Schema; export declare namespace UpdateReactorRequest { interface Raw { name: string; application?: Application.Raw | null; code: string; configuration?: Record | null; runtime?: Runtime.Raw | null; } }