import type { EmbeddedRunAttemptParams, EmbeddedRunAttemptResult } from "./types.js";
export declare function runEmbeddedAttemptWithBackend(params: EmbeddedRunAttemptParams): Promise<EmbeddedRunAttemptResult>;
