import { ProomptArguments } from '../types';
/**
 * Execute proompt with the configured LLM CLI and optional arguments
 */
export declare const executeProompt: (proomptPath: string, args?: ProomptArguments) => Promise<void>;
//# sourceMappingURL=executor.d.ts.map