import type { CodeRunOptions, CodeRunResult } from "./types.js"; export declare function startCodeRun(options: CodeRunOptions): Promise; export * from "./types.js"; export { ArtifactStore } from "./artifacts.js"; export { LocalExecutor } from "./executor.js"; export { CodeValidationError, formatCodeError, formatCodeResult, validateCodeInput } from "./format.js"; export { createWaveProtocol } from "./wave-protocol.js"; //# sourceMappingURL=index.d.ts.map