declare const approveAllCommand: (options?: { yes?: boolean; }, cwd?: string) => Promise; export { approveAllCommand };