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