import { type Options } from "execa"; export declare const getDatamitsuBinary: () => string; export declare const datamitsuExec: (appName: string, args?: string[], options?: Options) => import("execa").ResultPromise;