/**
 * Main command entry.
 * @param fileOrFolderPatterns  Optional glob patterns to match existing files/folders
 * @param notifyPerFile         Notify about uncommitted changes per file (true) or only once (false)
 */
export declare function aiCodeCommand(fileOrFolderPatterns?: string[], notifyPerFile?: boolean): Promise<void>;
