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 PatchReactorRequest: core.serialization.Schema; export declare namespace PatchReactorRequest { interface Raw { name?: string | null; application?: Application.Raw | null; code?: string | null; configuration?: Record | null; runtime?: Runtime.Raw | null; } }