import { type ExecutionResult } from "../runtime/execute.js"; import { type RecipePushOptions } from "./shared.js"; export declare const runRecipePush: (options: RecipePushOptions) => Promise;