import type { ApprovalRequest, ApprovalResult } from "../types.js"; export declare function escapeAppleScriptString(value: string): string; export declare function buildScript(request: ApprovalRequest, title: string): string; export declare function parseStdout(out: string): ApprovalResult;