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