import type { HumanInLoopProvider } from "../types.js"; export interface OsascriptProviderOptions { title?: string; binary?: string; } export declare function osascriptProvider(options?: OsascriptProviderOptions): HumanInLoopProvider;